home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_2 / scrlfqot.zip / SCRLFQOT.TXT < prev    next >
Text File  |  1991-09-06  |  3KB  |  63 lines

  1.  
  2.  
  3.           Simplex Carriage Return Line Feed QuOTe compiler
  4.           ======= ======== ====== ==== ==== ===== ========
  5.  
  6.  
  7.      SCRLFQOT is an alternative quote file compiler to SQUOTE.
  8.      The program was written for one reason:  I prefer multi-line
  9.      quotes, but most text editors limit the length of a line.
  10.      The Simplex BBS program permits quotes as long as 512 bytes
  11.      each, but practically, line lengths limited to less than this
  12.      by most editors.  Hence one can't get the maximum effect.
  13.  
  14.      SCRLFQOT works a little differently from SQUOTE.  Elements
  15.      of a single quote can span more than one line.  Quotes are
  16.      separated by a blank line, which is really nothing more than
  17.      `CR+LF+CR+LF', or 0D0A0D0A hex.  Your quote file MUST end
  18.      with the extension `Q'.  SAMPLE.Q is a valid name.  SCRLFQOT
  19.      will generate the file  SAMPLE.CQ  which you should place in
  20.      the directory where your screen files are kept.  Refer to
  21.      the Simplex docs on how to use quotes in your BBS.  This
  22.      implementation will process up to 4,096 separate multiline
  23.      quotes.
  24.  
  25.      To run simply type the name of the program, type a space,
  26.      followed by the name of your quote file and press the ENTER
  27.      key.  For example:
  28.  
  29.                    SCRLFQOT DAYQUOTE.Q {ENTER}
  30.  
  31.      The program expects the following in your text quote file:
  32.      (1)  Your first line must contain text.  You can't begin
  33.           with a blank line.
  34.      (2)  You can have more than one line in a quote.  All quotes
  35.           are separated by ONE and ONLY ONE blank line.  You can
  36.           generate a blank line by hitting {ENTER} twice.  More
  37.           than one blank line delineators will cause an error
  38.           condition, and will cause the pointers in the CQ file
  39.           to compile incorrectly.  If there is interest, I'll add
  40.           more error checking in future versions.
  41.      (3)  The quote file MUST end with a blank line.
  42.      (4)  A series of lines in one quote can't exceed 512 bytes
  43.           in the current version of Simplex (1.04.02).  Each
  44.           character, space, and tab is one byte.  Each {ENTER}
  45.           counts as 2 bytes (CR & LF).  Chris Laforet will change
  46.           this limit if there is SysOp interest.  Let him know.
  47.      (5)  The current version of Simplex has built in word
  48.           wrapping.  This means you will have to juggle the
  49.           position of some of your text within a quote if it
  50.           exceeds a single line.  If this causes problems, let
  51.           Chris know.  Currently nothing is written in concrete.
  52.           There is nothing this program does to check positioning
  53.           and quote length.  It's your job.
  54.  
  55.      The Simplex BBS and the SQUOTE program is copyrighted by Chris
  56.      Laforet.  SCRLFQOT is my property, and may be used free of
  57.      charge.  Contact Chris Laforet at FidoNet 1:151/401 or 402.
  58.      You may reach me at CompuServe 76606, 2060 or in care of
  59.      Chris Laforet at 1:151/401.
  60.  
  61.      Fred Niemczenia
  62.  
  63.